Class symantec.itools.db.beans.brl.adapter.ComputedColAdapterUIHelper
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.adapter.ComputedColAdapterUIHelper
Object
|
+----symantec.itools.db.beans.brl.adapter.ComputedColAdapterUIHelper
- public class ComputedColAdapterUIHelper
- extends Object
Helper class for the AdapterBean which deals with
all UI stuff. Delegates all the work to LogWindowHelper
- Version:
- 1.0 09/25/98
- Author:
- Puru Balakrishnan
-
displayAggNotValidMsg(String, String)
- method to display aggregate not valid message
-
displayMsgDialog(String)
- method to throw dialog with message.
-
displayMsgToLog(String, String)
- method to display message to log window
displayAggNotValidMsg
public static void displayAggNotValidMsg(String funcName,
String bindName)
- method to display aggregate not valid message
- Parameters:
- className - name of the class for which aggregate cannot be applied
displayMsgDialog
public static void displayMsgDialog(String msg)
- method to throw dialog with message.
Internally uses JOptionPane
- Parameters:
- message - message to be displayed
displayMsgToLog
public static void displayMsgToLog(String title,
String message)
- method to display message to log window
- Parameters:
- title - title for the message
- message - actual message content
All Packages Class Hierarchy This Package Previous Next Index